home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 32 / Mobi_32.iso / pc / DATA / Com / com02_27.dir 1 / 00012_Script_12 < prev    next >
Text File  |  2001-01-08  |  169b  |  10 lines

  1. -- boucle
  2. on exitFrame
  3.   if the pauseState=0 then
  4.     if soundBusy(3)=0 then
  5.       niveauSon
  6.     end if
  7.     glisserSurC 15,15,1
  8.     go to the frame
  9.   end if
  10. end